From d9d8faffac3a4e07eab98c8091a1d0500b7b2f78 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 24 Nov 2002 03:52:22 +0000 Subject: [PATCH] Add selectors for GPX and pdb. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@176 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/guibabel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/guibabel b/gpsbabel/guibabel index fe11b3db1..3370667c3 100755 --- a/gpsbabel/guibabel +++ b/gpsbabel/guibabel @@ -76,6 +76,8 @@ proc fileDialog {w ent operation} { {"All files" * } {"loc files" {.loc} } {"Waypoint files" {.wpt} } + {"GPX files" {.gpx} } + {"Various Palm/OS files" {.pdb} } } global ifile ofile if {$operation == "read"} { -- 2.30.2